home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / CABINETS / MSDAO350.CAB / icontrols / RichText / OBJECTPOSITIONS.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-01-08  |  641 b   |  10 lines

  1. package icontrols.RichText;
  2.  
  3. import com.ms.wd.win32.NMHDR;
  4.  
  5. public class OBJECTPOSITIONS {
  6.    public NMHDR nmhdr;
  7.    public int cObjectCount;
  8.    public int pcpPositions;
  9. }
  10.